\ingroup MyGroup \ingroup "Group name with spaces" |
/** \defgroup "Util Functions" Group of utility functions. The utility functions ... bla bla ... */ /** \defgroup "Other Functions" Group of other functions. The other functions ... bla bla ... */ /** Brief description utilFun1. Group of utility functions. The utilFun1 ... bla bla ... \ingroup "Util Functions" void utilFun1(); */ /** Brief description utilFun2. Group of utility functions. The utilFun2 ... bla bla ... \ingroup "Util Functions" \ingroup "Other Functions" void utilFun2(); */ |